home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / data1.cab / ea.htm3 < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  4.7 KB  |  128 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5.  <html xmlns="http://www.w3.org/1999/xhtml">
  6.     <head>
  7.         <meta http-equiv="MSThemeCompatible" content="yes" />
  8.         <link href="ccc.css" type="text/css" rel="STYLESHEET" />
  9.             <script src="ccc.js"></script>
  10.             <script language="javascript">
  11.             <!--
  12.             function OnTxtFieldChanging()
  13.             {
  14.                 var oKey = document.getElementById("txtKey");
  15.                 var oAct = document.getElementById("txtActivationCode");
  16.  
  17.                 if (oKey != null)
  18.                     location = "pcucmd://StoreParam?key=" + oKey.value;
  19.  
  20.                 if (oAct != null)
  21.                     location = "pcucmd://StoreParam?activationcode=" + oAct.value;
  22.  
  23.                 var bEnable = false;
  24.  
  25.              var oBtn = document.getElementById("btnPhone");
  26.                 if (oKey != null && ValidateSerial(oKey.value))
  27.                 {                    
  28.                     if (oBtn != null)
  29.                     {
  30.                         oBtn.disabled = false;
  31.                     }
  32.                     if (oAct != null &&
  33.                         ValidateActCode(oAct.value))
  34.                     {
  35.                         location="pcucmd://CanContinue?enable=true";
  36.                         bEnable = true;
  37.                     }
  38.                 }
  39.                 else
  40.                 {
  41.                     if (oBtn != null)
  42.                     {
  43.                         oBtn.disabled = true;
  44.                     }
  45.                 }
  46.                 if (!bEnable)
  47.                 {
  48.                     location="pcucmd://CanContinue?enable=false";
  49.                 }
  50.             }
  51.             function OnConnect()
  52.             {
  53.                 location="pcucmd://Connect";
  54.                 var oKey = document.getElementById("txtKey");
  55.                 if (oKey != null && oKey.value.length != 0)
  56.                 {
  57.                     location="pcucmd://Activate?admin=yes&condition=yes";
  58.                     location="pcucmd://Next?condition=true";
  59.                 }
  60.                 else
  61.                 {
  62.                     location="pcucmd://SetSequence?name=RetrieveKey&admin=yes&condition=yes";
  63.                 }
  64.             }
  65.             function OnPhone()
  66.             {
  67.                 var oKey = document.getElementById("txtKey");
  68.                 if (oKey != null && oKey.value.length != 0)
  69.                 {
  70.                     location="pcucmd://SetKey?admin=yes&key="+oKey.value;
  71.                     location="pcucmd://Extend?condition=true";
  72.                     location="pcucmd://SetSequence?name=ExActOffline&condition=true";
  73.                 }
  74.             }
  75.             -->
  76.             </script>
  77.     </head>
  78.     <body onload="location='pcucmd://FrameDataLoaded'" tabindex="-1">
  79.         <div id="pcu_data" style="DISPLAY: none">
  80.             PageDimension:630,440
  81.         </div>
  82.         <div id="ButtonBar" style="display:none">
  83.             <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  84.                 <tr>
  85.                     <td align="right">
  86.                         <button accesskey="I" type="button" id="btnBack" name="btnBack" onclick="location='pcucmd://SetLastSequence/'">< <u>I</u>ndietro</button>
  87.                         <button accesskey="O" type="submit" id="btnContinue" name="btnContinue" disabled="true" onclick="window.focus(); event.srcElement.focus(); location='pcucmd://Unlock?admin=yes'; location='pcucmd://Next?condition=true'">C<u>o</u>ntinua</button>
  88.                         <button accesskey="C" type="button" id="btnCancel" name="btnCancel" onclick="window.focus(); event.srcElement.focus(); location='pcucmd://Cancel/'"><u>A</u>nnulla</button>
  89.                     </td>
  90.                 </tr>
  91.             </table>
  92.         </div>
  93.         <label for="txtKey" accesskey="K">Immettere la <u>c</u>hiave: </label><input type="text" id="txtKey" size="36" NAME="txtKey" onkeyup="OnTxtFieldChanging()" />
  94.         <p>Quindi selezionare l'opzione più appropriata tra quelle sotto elencate:</p>
  95.         <table style="width: 100%" cellpadding="0" cellspacing="0">
  96.             <tr style="vertical-align:top">
  97.                 <td style="padding: 10px; width: 195px; border-right-width:thin; border-right-color:Silver; border-right-style:solid">
  98.                     <p><B>Si desidera connettersi a Internet?</B></p>
  99.                     <p>Connettersi a Internet per attivare il proprio prodotto.
  100.                      Può essere necessario immettere il proprio account Corel.</p>
  101.                     <p align="center">
  102.                     <button accesskey="N" type="button" ID="btnConnect" NAME="btnConnect" onclick="OnConnect()">Con<u>n</u>etti</button>
  103.                     </p>
  104.                 </td>
  105.                 <td style="padding:10px; width: 195px; border-right-width:thin; border-right-color:Silver; border-right-style:solid;">
  106.                     <p><B>Si desidera lavorare off-line?</B></p>
  107.                     <p>Contattare il rappresentante del Servizio Clienti Corel più vicino per attivare il prodotto.</p>
  108.                     <p style="margin-top: 22px" align="center">
  109.                     <button accesskey="P" type="button" ID="btnPhone" NAME="btnPhone" disabled="true" onclick="OnPhone()"><u>T</u>elefona a Corel</button>
  110.                     </p>
  111.                 </td>
  112.                 <td style="width: 195px; padding: 10px">
  113.                     <p><B>Si possiede già un codice di attivazione?</B></p>
  114.                     <p>Immettere il proprio Codice di attivazione e selezionare Continua per proseguire.</p>
  115.                     <p align="center">
  116.                     <input type="text" style="margin-left:5px; margin-right:5px; width:100%" id="txtActivationCode" onkeyup="OnTxtFieldChanging()" />
  117.                     </p>
  118.                 </td>
  119.             </tr>
  120.         </table>
  121.     </body>
  122. </html>
  123.  
  124.  
  125.  
  126.  
  127.  
  128.